Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavItemsCollection Class / AddRange Method / AddRange(IEnumerable<NavItem>) Method
An array of NavItem.

In This Topic
    AddRange(IEnumerable<NavItem>) Method
    In This Topic
    Adds an array of NavItem to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal items As IEnumerable(Of NavItem) _
    ) 
    public void AddRange( 
       IEnumerable<NavItem> items
    )

    Parameters

    items
    An array of NavItem.
    Exceptions
    ExceptionDescription
    The items parameter is null.
    The collection is read-only.
    See Also